home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineSprite_147 / frame_2 / DoAction.as
Text File  |  2003-04-29  |  172b  |  10 lines

  1. if(pain_switch == 0 && _root.gameover == 0)
  2. {
  3.    var pain_switch = 1;
  4.    gotoAndPlay(3);
  5. }
  6. else if(pain_switch == 1 && _root.gameover == 0)
  7. {
  8.    gotoAndPlay(4);
  9. }
  10.